Uses of Class
eu.europa.ec.taxud.cesop.domain.TransactionDateEnum
-
Packages that use TransactionDateEnum Package Description eu.europa.ec.taxud.cesop.domain eu.europa.ec.taxud.cesop.utils -
-
Uses of TransactionDateEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return TransactionDateEnum Modifier and Type Method Description static TransactionDateEnumTransactionDateEnum. findByLabel(String label)Find aTransactionDateEnumby its label.static TransactionDateEnumTransactionDateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionDateEnum[]TransactionDateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.ec.taxud.cesop.domain with parameters of type TransactionDateEnum Modifier and Type Method Description voidXmlReportedTransaction. addDate(TransactionDateEnum transactionDateEnum, String date, String other)Add date.XmlTransactionDateXmlReportedTransaction. getDate(TransactionDateEnum transactionDateEnum)Gets date. -
Uses of TransactionDateEnum in eu.europa.ec.taxud.cesop.utils
Method parameters in eu.europa.ec.taxud.cesop.utils with type arguments of type TransactionDateEnum Modifier and Type Method Description static voidValidationErrorUtils. checkCmBr0140ForDates(List<ValidationError> validationErrors, String messageRefId, Map<TransactionDateEnum,XmlTransactionDate> dates, String xsdVersion)For transaction dates.static voidValidationErrorUtils. checkRtBr0030(List<ValidationError> validationErrors, String messageRefId, Integer period, EnumMap<TransactionDateEnum,XmlTransactionDate> dates, String transactionIdentifier)Checks if at least one 'DateTime' element in the 'ReportedTransaction' element refers to a date within the period and year declared in the 'ReportingPeriod' element (45030).
-